strings.trieNode.next (field)
12 uses
strings (current package)
replace.go#L146: next *trieNode
replace.go#L176: t.next.add(key[n:], val, priority, r)
replace.go#L183: prefixNode = t.next
replace.go#L187: next: t.next,
replace.go#L195: t.next = nil
replace.go#L201: next: t.next,
replace.go#L204: t.next = next
replace.go#L216: t.next = new(trieNode)
replace.go#L217: t.next.add("", val, priority, r)
replace.go#L249: node = node.next
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)